6.11 Suppose scoreList is an ArrayList object of Integer elements, and the following message is sent:
scoreList.remove (3);
Does this message remove the element at index 3, or remove the first occurrence of new Integer (3)?
Test your hypothesis.
 
 
View Solution
 
 
 
<< Back Next >>